home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / latex209 / distribs / latex / general / lplain.tex < prev    next >
Text File  |  1992-03-31  |  49KB  |  1,370 lines

  1. % File LPLAIN - Created 29 October 1985 from plain version 1.5CM
  2. %             - Last modified 20 October 1988 to take into account
  3. %               changes to PLAIN.TEX reported by Arthur Ogawa
  4. %             - Modified February 8, 1990 by Dominik Wujastyk to
  5. %               match the PLAIN.TEX meant for TeX 3.0 (\fmtname{plain},
  6. %               \fmtversion{3.0}).
  7. %             - Modified March 15, 1990 by Frank Mittelbach to
  8. %               allow the use of this file both in TeX 2 and 3
  9. %             - Modified June 21, 1991 by RmS to clear the
  10. %               contents of \box0.
  11. %             - Modified July 1, 1991, by RmS to correct \multispan bug.
  12. %             - Modified August 14, 1991, By RmS to make \cases work
  13. %               with NFSS.
  14. %             - Modified October 30, 1991, by RmS to remove \catcode and
  15. %               \mathcode assignments for control characters.
  16. %             - Modified November 1, 1991, by RmS to remove ^^A and ^^K
  17. %               control characters.
  18. %             - Modified November 4, 1991, by RmS to add missing \m@th
  19. %               assignments and to introduce the file lhyphen.tex.
  20. %             - Modified November 7, 1991, by RmS to make it work with
  21. %               MLTeX version 2.
  22. %             - Modified March 17, 1992, by RmS to match changes in
  23. %               plain.tex of March 16, 1992.
  24. %
  25. % This is the LaTeX version of the plain TeX format that's described in
  26. % The TeXbook.  All modifications can be found by searching for
  27. % the word 'LaTeX'.
  28. % N.B.: A version number is defined at the very end of this file;
  29. %       please change that number whenever the file is modified!
  30. % And don't modify the file under any circumstances.
  31. %
  32. %% \CharacterTable
  33. %%  {Upper-case    \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
  34. %%   Lower-case    \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
  35. %%   Digits        \0\1\2\3\4\5\6\7\8\9
  36. %%   Exclamation   \!     Double quote  \"     Hash (number) \#
  37. %%   Dollar        \$     Percent       \%     Ampersand     \&
  38. %%   Acute accent  \'     Left paren    \(     Right paren   \)
  39. %%   Asterisk      \*     Plus          \+     Comma         \,
  40. %%   Minus         \-     Point         \.     Solidus       \/
  41. %%   Colon         \:     Semicolon     \;     Less than     \<
  42. %%   Equals        \=     Greater than  \>     Question mark \?
  43. %%   Commercial at \@     Left bracket  \[     Backslash     \\
  44. %%   Right bracket \]     Circumflex    \^     Underscore    \_
  45. %%   Grave accent  \`     Left brace    \{     Vertical bar  \|
  46. %%   Right brace   \}     Tilde         \~}
  47. %%
  48.  
  49. \catcode`\{=1 % left brace is begin-group character
  50. \catcode`\}=2 % right brace is end-group character
  51. \catcode`\$=3 % dollar sign is math shift
  52. \catcode`\&=4 % ampersand is alignment tab
  53. \catcode`\#=6 % hash mark is macro parameter character
  54. \catcode`\^=7 % circumflex and uparrow are for superscripts
  55. \catcode`\_=8 % underline and downarrow are for subscripts
  56. \catcode`\^^I=10 % ascii tab is a blank space
  57. \chardef\active=13 \catcode`\~=\active % tilde is active
  58. \catcode`\^^L=\active \outer\def^^L{\par} % ascii form-feed is "\outer\par"
  59.  
  60. \message{Preloading the plain format: codes,}
  61.  
  62. % We had to define the \catcodes right away, before the message line,
  63. % since \message uses the { and } characters.
  64. % When INITEX (the TeX initializer) starts up,
  65. % it has defined the following \catcode values:
  66. % \catcode`\^^@=9 % ascii null is ignored
  67. % \catcode`\^^M=5 % ascii return is end-line
  68. % \catcode`\\=0 % backslash is TeX escape character
  69. % \catcode`\%=14 % percent sign is comment character
  70. % \catcode`\ =10 % ascii space is blank space
  71. % \catcode`\^^?=15 % ascii delete is invalid
  72. % \catcode`\A=11 ... \catcode`\Z=11 % uppercase letters
  73. % \catcode`\a=11 ... \catcode`\z=11 % lowercase letters
  74. % all others are type 12 (other)
  75.  
  76. % Here is a list of the characters that have been specially catcoded:
  77. \def\dospecials{\do\ \do\\\do\{\do\}\do\$\do\&%
  78.   \do\#\do\^\do\_\do\%\do\~}
  79. % (not counting ascii null, tab, linefeed, formfeed, return, delete)
  80. % Each symbol in the list is preceded by \do, which can be defined
  81. % if you want to do something to every item in the list.
  82.  
  83. % We make @ signs act like letters, temporarily, to avoid conflict
  84. % between user names and internal control sequences of plain format.
  85. \catcode`@=11
  86.  
  87. % INITEX sets up \mathcode x=x, for x=0..255, except that
  88. % \mathcode x=x+"7100, for x = `A to `Z and `a to `z;
  89. % \mathcode x=x+"7000, for x = `0 to `9.
  90. % The following changes define internal codes as recommended
  91. % in Appendix C of The TeXbook:
  92. \mathcode`\ ="8000 % \space
  93. \mathcode`\!="5021
  94. \mathcode`\'="8000 % ^\prime
  95. \mathcode`\(="4028
  96. \mathcode`\)="5029
  97. \mathcode`\*="2203 % \ast
  98. \mathcode`\+="202B
  99. \mathcode`\,="613B
  100. \mathcode`\-="2200
  101. \mathcode`\.="013A
  102. \mathcode`\/="013D
  103. \mathcode`\:="303A
  104. \mathcode`\;="603B
  105. \mathcode`\<="313C
  106. \mathcode`\=="303D
  107. \mathcode`\>="313E
  108. \mathcode`\?="503F
  109. \mathcode`\[="405B
  110. \mathcode`\\="026E % \backslash
  111. \mathcode`\]="505D
  112. \mathcode`\_="8000 % \_
  113. \mathcode`\{="4266
  114. \mathcode`\|="026A
  115. \mathcode`\}="5267
  116.  
  117. % INITEX sets \uccode`x=`X and \uccode `X=`X for all letters x,
  118. % and \lccode`x=`x, \lccode`X=`x; all other values are zero.
  119. % No changes to those tables are needed in plain TeX format.
  120.  
  121. % INITEX sets \sfcode x=1000 for all x, except that \sfcode`X=999
  122. % for uppercase letters. The following changes are needed:
  123. \sfcode`\)=0 \sfcode`\'=0 \sfcode`\]=0
  124. % The \nonfrenchspacing macro will make further changes to \sfcode values.
  125.  
  126. % Finally, INITEX sets all \delcode values to -1, except \delcode`.=0
  127. \delcode`\(="028300
  128. \delcode`\)="029301
  129. \delcode`\[="05B302
  130. \delcode`\]="05D303
  131. \delcode`\<="26830A
  132. \delcode`\>="26930B
  133. \delcode`\/="02F30E
  134. \delcode`\|="26A30C
  135. \delcode`\\="26E30F
  136. % N.B. { and } should NOT get delcodes; otherwise parameter grouping fails!
  137.  
  138. % To make the plain macros more efficient in time and space,
  139. % several constant values are declared here as control sequences.
  140. % If they were changed, anything could happen; so they are private symbols.
  141. \chardef\@ne=1
  142. \chardef\tw@=2
  143. \chardef\thr@@=3
  144. \chardef\sixt@@n=16
  145. \chardef\@cclv=255
  146. \mathchardef\@cclvi=256
  147. \mathchardef\@m=1000
  148. \mathchardef\@M=10000
  149. \mathchardef\@MM=20000
  150.  
  151. % Allocation of registers
  152.  
  153. % Here are macros for the automatic allocation of \count, \box, \dimen,
  154. % \skip, \muskip, and \toks registers, as well as \read and \write
  155. % stream numbers, \fam codes, \language codes, and \insert numbers.
  156.  
  157. \message{registers,}
  158.  
  159. % When a register is used only temporarily, it need not be allocated;
  160. % grouping can be used, making the value previously in the register return
  161. % after the close of the group.  The main use of these macros is for
  162. % registers that are defined by one macro and used by others, possibly at
  163. % different nesting levels.  All such registers should be defined through
  164. % these macros; otherwise conflicts may occur, especially when two or more
  165. % more macro packages are being used at once.
  166.  
  167. % The following counters are reserved:
  168. %   0 to 9  page numbering
  169. %       10  count allocation
  170. %       11  dimen allocation
  171. %       12  skip allocation
  172. %       13  muskip allocation
  173. %       14  box allocation
  174. %       15  toks allocation
  175. %       16  read file allocation
  176. %       17  write file allocation
  177. %       18  math family allocation
  178. %       19  language allocation
  179. %       20  insert allocation
  180. %       21  the most recently allocated number
  181. %       22  constant -1
  182. % New counters are allocated starting with 23, 24, etc.  Other registers are
  183. % allocated starting with 10.  This leaves 0 through 9 for the user to play
  184. % with safely, except that counts 0 to 9 are considered to be the page and
  185. % subpage numbers (since they are displayed during output). In this scheme,
  186. % \count 10 always contains the number of the highest-numbered counter that
  187. % has been allocated, \count 14 the highest-numbered box, etc.
  188. % Inserts are given numbers 254, 253, etc., since they require a \count,
  189. % \dimen, \skip, and \box all with the same number; \count 20 contains the
  190. % lowest-numbered insert that has been allocated. Of course, \box255 is
  191. % reserved for \output; \count255, \dimen255, and \skip255 can be used freely.
  192.  
  193. % It is recommended that macro designers always use
  194. % \global assignments with respect to registers numbered 1, 3, 5, 7, 9, and
  195. % always non-\global assignments with respect to registers 0, 2, 4, 6, 8, 255.
  196. % This will prevent ``save stack buildup'' that might otherwise occur.
  197.  
  198. \count10=22 % allocates \count registers 23, 24, ...
  199. \count11=9 % allocates \dimen registers 10, 11, ...
  200. \count12=9 % allocates \skip registers 10, 11, ...
  201. \count13=9 % allocates \muskip registers 10, 11, ...
  202. \count14=9 % allocates \box registers 10, 11, ...
  203. \count15=9 % allocates \toks registers 10, 11, ...
  204. \count16=-1 % allocates input streams 0, 1, ...
  205. \count17=-1 % allocates output streams 0, 1, ...
  206. \count18=3 % allocates math families 4, 5, ...
  207. \count19=0 % allocates \language codes 1, 2, ...
  208. \count20=255 % allocates insertions 254, 253, ...
  209. \countdef\insc@unt=20 % the insertion counter
  210. \countdef\allocationnumber=21 % the most recent allocation
  211. \countdef\m@ne=22 \m@ne=-1 % a handy constant
  212. \def\wlog{\immediate\write\m@ne} % write on log file (only)
  213.  
  214. % Here are abbreviations for the names of scratch registers
  215. % that don't need to be allocated.
  216.  
  217. \countdef\count@=255
  218. \dimendef\dimen@=0
  219. \dimendef\dimen@i=1 % global only
  220. \dimendef\dimen@ii=2
  221. \skipdef\skip@=0
  222. \toksdef\toks@=0
  223.  
  224. % Now, we define \newcount, \newbox, etc. so that you can say \newcount\foo
  225. % and \foo will be defined (with \countdef) to be the next counter.
  226. % To find out which counter \foo is, you can look at \allocationnumber.
  227. % Since there's no \boxdef command, \chardef is used to define a \newbox,
  228. % \newinsert, \newfam, and so on.
  229. % LaTeX change: remove \outer from \newcount and \newdimen (FMi)
  230. %               This is necessary to use \newcount inside \if...
  231. %               later on.
  232.  
  233. \def\newcount{\alloc@0\count\countdef\insc@unt}
  234. \def\newdimen{\alloc@1\dimen\dimendef\insc@unt}
  235. \outer\def\newskip{\alloc@2\skip\skipdef\insc@unt}
  236. \outer\def\newmuskip{\alloc@3\muskip\muskipdef\@cclvi}
  237. \outer\def\newbox{\alloc@4\box\chardef\insc@unt}
  238. \let\newtoks=\relax % we do this to allow plain.tex to be read in twice
  239. \outer\def\newhelp#1#2{\newtoks#1#1\expandafter{\csname#2\endcsname}}
  240. \outer\def\newtoks{\alloc@5\toks\toksdef\@cclvi}
  241. \outer\def\newread{\alloc@6\read\chardef\sixt@@n}
  242. \outer\def\newwrite{\alloc@7\write\chardef\sixt@@n}
  243. \outer\def\newfam{\alloc@8\fam\chardef\sixt@@n}
  244. \outer\def\newlanguage{\alloc@9\language\chardef\@cclvi}
  245. \def\alloc@#1#2#3#4#5{\global\advance\count1#1by\@ne
  246.   \ch@ck#1#4#2% make sure there's still room
  247.   \allocationnumber=\count1#1%
  248.   \global#3#5=\allocationnumber
  249.   \wlog{\string#5=\string#2\the\allocationnumber}}
  250. \outer\def\newinsert#1{\global\advance\insc@unt by\m@ne
  251.   \ch@ck0\insc@unt\count
  252.   \ch@ck1\insc@unt\dimen
  253.   \ch@ck2\insc@unt\skip
  254.   \ch@ck4\insc@unt\box
  255.   \allocationnumber=\insc@unt
  256.   \global\chardef#1=\allocationnumber
  257.   \wlog{\string#1=\string\insert\the\allocationnumber}}
  258. \def\ch@ck#1#2#3{\ifnum\count1#1<#2%
  259.   \else\errmessage{No room for a new #3}\fi}
  260.  
  261. % Here are some examples of allocation.
  262. \newdimen\maxdimen \maxdimen=16383.99999pt % the largest legal <dimen>
  263. \newskip\hideskip \hideskip=-1000pt plus 1fill % negative but can grow
  264.  
  265. % LaTeX change: the PLAIN \centering dimension conflicts with
  266. % LaTeX's \centering command, so it is redefined to \@centering.
  267. % This dimension is used by LaTeX.
  268.  
  269. \newskip\@centering \@centering=0pt plus 1000pt minus 1000pt
  270.  
  271. \newdimen\p@ \p@=1pt % this saves macro space and time
  272. \newdimen\z@ \z@=0pt % can be used both for 0pt and 0
  273. \newskip\z@skip \z@skip=0pt plus0pt minus0pt
  274. \newbox\voidb@x % permanently void box register
  275.  
  276. % And here's a different sort of allocation:
  277. % For example, \newif\iffoo creates \footrue, \foofalse to go with \iffoo.
  278. \outer\def\newif#1{\count@\escapechar \escapechar\m@ne
  279.   \expandafter\expandafter\expandafter
  280.    \edef\@if#1{true}{\let\noexpand#1=\noexpand\iftrue}%
  281.   \expandafter\expandafter\expandafter
  282.    \edef\@if#1{false}{\let\noexpand#1=\noexpand\iffalse}%
  283.   \@if#1{false}\escapechar\count@} % the condition starts out false
  284. \def\@if#1#2{\csname\expandafter\if@\string#1#2\endcsname}
  285. {\uccode`1=`i \uccode`2=`f \uppercase{\gdef\if@12{}}} % `if' is required
  286.  
  287. \message{compatibility for TeX 2, }
  288.  
  289. % If this file is used in an old TeX we define the new features
  290. % of TeX 3.0 as simple macros or counters so that files that uses
  291. % these features can be processed in such an environment
  292. % (They will however produce some other results).
  293.  
  294. \ifx\undefined\inputlineno
  295.   \newcount\inputlineno
  296.   \inputlineno-1               % this could be used to detect that
  297.                                % an old TeX is in force
  298.   \ifx\undefined\language      % extra test for MLTeX 2, RmS 91/11/07
  299.     \newcount\language
  300.   \fi
  301.   \newcount\lefthyphenmin
  302.   \newcount\righthyphenmin
  303.   \newcount\errorcontextlines
  304.   \newcount\holdinginserts
  305.   \newdimen\emergencystretch
  306.   \newcount\badness
  307.   \let\noboundary\relax
  308.   \newcount\setlanguage
  309. \fi
  310.  
  311. % Assign initial values to TeX's parameters
  312.  
  313. \message{parameters,}
  314.  
  315. % All of TeX's numeric parameters are listed here,
  316. % but the code is commented out if no special value needs to be set.
  317. % INITEX makes all parameters zero except where noted.
  318.  
  319. \pretolerance=100
  320. \tolerance=200 % INITEX sets this to 10000
  321. \hbadness=1000
  322. \vbadness=1000
  323. \linepenalty=10
  324. \hyphenpenalty=50
  325. \exhyphenpenalty=50
  326. \binoppenalty=700
  327. \relpenalty=500
  328. \clubpenalty=150
  329. \widowpenalty=150
  330. \displaywidowpenalty=50
  331. \brokenpenalty=100
  332. \predisplaypenalty=10000
  333. % \postdisplaypenalty=0
  334. % \interlinepenalty=0
  335. % \floatingpenalty=0, set during \insert
  336. % \outputpenalty=0, set before TeX enters \output
  337. \doublehyphendemerits=10000
  338. \finalhyphendemerits=5000
  339. \adjdemerits=10000
  340. % \looseness=0, cleared by TeX after each paragraph
  341. % \pausing=0
  342. % \holdinginserts=0
  343. % \tracingonline=0
  344. % \tracingmacros=0
  345. % \tracingstats=0
  346. % \tracingparagraphs=0
  347. % \tracingpages=0
  348. % \tracingoutput=0
  349. \tracinglostchars=1
  350. % \tracingcommands=0
  351. % \tracingrestores=0
  352. % \language=0
  353. \uchyph=1
  354. % \lefthyphenmin=2 \righthyphenmin=3 set below
  355. % \globaldefs=0
  356. % \maxdeadcycles=25 % INITEX does this
  357. % \hangafter=1 % INITEX does this, also TeX after each paragraph
  358. % \fam=0
  359. % \mag=1000 % INITEX does this
  360. % \escapechar=`\\ % INITEX does this
  361. \defaulthyphenchar=`\-
  362. \defaultskewchar=-1
  363. % \endlinechar=`\^^M % INITEX does this
  364. \newlinechar=-1
  365. \delimiterfactor=901
  366. % \time=now % TeX does this at beginning of job
  367. % \day=now % TeX does this at beginning of job
  368. % \month=now % TeX does this at beginning of job
  369. % \year=now % TeX does this at beginning of job
  370. \showboxbreadth=5
  371. \showboxdepth=3
  372. \errorcontextlines=5
  373.  
  374. \hfuzz=0.1pt
  375. \vfuzz=0.1pt
  376. \overfullrule=5pt
  377. \hsize=6.5in
  378. \vsize=8.9in
  379. \maxdepth=4pt
  380. \splitmaxdepth=\maxdimen
  381. \boxmaxdepth=\maxdimen
  382. % \lineskiplimit=0pt, changed by \normalbaselines
  383. \delimitershortfall=5pt
  384. \nulldelimiterspace=1.2pt
  385. \scriptspace=0.5pt
  386. % \mathsurround=0pt
  387. % \predisplaysize=0pt, set before TeX enters $$
  388. % \displaywidth=0pt, set before TeX enters $$
  389. % \displayindent=0pt, set before TeX enters $$
  390. \parindent=20pt
  391. % \hangindent=0pt, zeroed by TeX after each paragraph
  392. % \hoffset=0pt
  393. % \voffset=0pt
  394.  
  395. % \baselineskip=0pt, changed by \normalbaselines
  396. % \lineskip=0pt, changed by \normalbaselines
  397. \parskip=0pt plus 1pt
  398. \abovedisplayskip=12pt plus 3pt minus 9pt
  399. \abovedisplayshortskip=0pt plus 3pt
  400. \belowdisplayskip=12pt plus 3pt minus 9pt
  401. \belowdisplayshortskip=7pt plus 3pt minus 4pt
  402. % \leftskip=0pt
  403. % \rightskip=0pt
  404. \topskip=10pt
  405. \splittopskip=10pt
  406. % \tabskip=0pt
  407. % \spaceskip=0pt
  408. % \xspaceskip=0pt
  409. \parfillskip=0pt plus 1fil
  410.  
  411. \thinmuskip=3mu
  412. \medmuskip=4mu plus 2mu minus 4mu
  413. \thickmuskip=5mu plus 5mu
  414.  
  415. % We also define special registers that function like parameters:
  416. \newskip\smallskipamount \smallskipamount=3pt plus 1pt minus 1pt
  417. \newskip\medskipamount \medskipamount=6pt plus 2pt minus 2pt
  418. \newskip\bigskipamount \bigskipamount=12pt plus 4pt minus 4pt
  419. \newskip\normalbaselineskip \normalbaselineskip=12pt
  420. \newskip\normallineskip \normallineskip=1pt
  421. \newdimen\normallineskiplimit \normallineskiplimit=0pt
  422. \newdimen\jot \jot=3pt
  423. \newcount\interdisplaylinepenalty \interdisplaylinepenalty=100
  424. \newcount\interfootnotelinepenalty \interfootnotelinepenalty=100
  425.  
  426. % Definitions for preloaded fonts
  427.  
  428. \def\magstephalf{1095 }
  429. \def\magstep#1{\ifcase#1 \@m\or 1200\or 1440\or 1728\or 2074\or 2488\fi\relax}
  430.  
  431. % Fonts assigned to \preloaded are not part of "plain TeX",
  432. % but they are preloaded so that other format packages can use them.
  433. % For example, if another set of macros says "\font\ninerm=cmr9",
  434. % TeX will not have to reload the font metric information for cmr9.
  435.  
  436. % LaTeX font definitions are taken from the file LFONTS.TEX,
  437. % so all of PLAIN's font definitions are commented out.
  438.  
  439. %\message{fonts,}
  440. %
  441. %\font\tenrm=cmr10 % roman text
  442. %\font\preloaded=cmr9
  443. %\font\preloaded=cmr8
  444. %\font\sevenrm=cmr7
  445. %\font\preloaded=cmr6
  446. %\font\fiverm=cmr5
  447. %
  448. %\font\teni=cmmi10 % math italic
  449. %\font\preloaded=cmmi9
  450. %\font\preloaded=cmmi8
  451. %\font\seveni=cmmi7
  452. %\font\preloaded=cmmi6
  453. %\font\fivei=cmmi5
  454. %
  455. %\font\tensy=cmsy10 % math symbols
  456. %\font\preloaded=cmsy9
  457. %\font\preloaded=cmsy8
  458. %\font\sevensy=cmsy7
  459. %\font\preloaded=cmsy6
  460. %\font\fivesy=cmsy5
  461. %
  462. %\font\tenex=cmex10 % math extension
  463. %
  464. %\font\preloaded=cmss10 % sans serif
  465. %\font\preloaded=cmssq8
  466. %
  467. %\font\preloaded=cmssi10 % sans serif italic
  468. %\font\preloaded=cmssqi8
  469. %
  470. %\font\tenbf=cmbx10 % boldface extended
  471. %\font\preloaded=cmbx9
  472. %\font\preloaded=cmbx8
  473. %\font\sevenbf=cmbx7
  474. %\font\preloaded=cmbx6
  475. %\font\fivebf=cmbx5
  476. %
  477. %\font\tentt=cmtt10 % typewriter
  478. %\font\preloaded=cmtt9
  479. %\font\preloaded=cmtt8
  480. %
  481. %\font\preloaded=cmsltt10 % slanted typewriter
  482. %
  483. %\font\tensl=cmsl10 % slanted roman
  484. %\font\preloaded=cmsl9
  485. %\font\preloaded=cmsl8
  486. %
  487. %\font\tenit=cmti10 % text italic
  488. %\font\preloaded=cmti9
  489. %\font\preloaded=cmti8
  490. %\font\preloaded=cmti7
  491. %
  492. %\message{more fonts,}
  493. %\font\preloaded=cmu10 % unslanted text italic
  494. %
  495. %\font\preloaded=cmmib10 % bold math italic
  496. %\font\preloaded=cmbsy10 % bold math symbols
  497. %
  498. %\font\preloaded=cmcsc10 % caps and small caps
  499. %
  500. %\font\preloaded=cmssbx10 % sans serif bold extended
  501. %
  502. %\font\preloaded=cmdunh10 % Dunhill style
  503. %
  504. %\font\preloaded=cmr7 scaled \magstep4 % for titles
  505. %\font\preloaded=cmtt10 scaled \magstep2
  506. %\font\preloaded=cmssbx10 scaled \magstep2
  507. %
  508. %\font\preloaded=manfnt % METAFONT logo and dragon curve and special symbols
  509. %
  510. %% Additional \preloaded fonts can be specified here.
  511. %% (And those that were \preloaded above can be eliminated.)
  512. %
  513. %\let\preloaded=\undefined % preloaded fonts must be declared anew later.
  514. %
  515. %\skewchar\teni='177 \skewchar\seveni='177 \skewchar\fivei='177
  516. %\skewchar\tensy='60 \skewchar\sevensy='60 \skewchar\fivesy='60
  517. %
  518. %\textfont0=\tenrm \scriptfont0=\sevenrm \scriptscriptfont0=\fiverm
  519. %\def\rm{\fam\z@\tenrm}
  520. %\textfont1=\teni \scriptfont1=\seveni \scriptscriptfont1=\fivei
  521. %\def\mit{\fam\@ne} \def\oldstyle{\fam\@ne\teni}
  522. %\textfont2=\tensy \scriptfont2=\sevensy \scriptscriptfont2=\fivesy
  523. %\def\cal{\fam\tw@}
  524. %\textfont3=\tenex \scriptfont3=\tenex \scriptscriptfont3=\tenex
  525. %\newfam\itfam \def\it{\fam\itfam\tenit} % \it is family 4
  526. %\textfont\itfam=\tenit
  527. %\newfam\slfam \def\sl{\fam\slfam\tensl} % \sl is family 5
  528. %\textfont\slfam=\tensl
  529. %\newfam\bffam \def\bf{\fam\bffam\tenbf} % \bf is family 6
  530. %\textfont\bffam=\tenbf \scriptfont\bffam=\sevenbf
  531. %\scriptscriptfont\bffam=\fivebf
  532. %\newfam\ttfam \def\tt{\fam\ttfam\tentt} % \tt is family 7
  533. %\textfont\ttfam=\tentt
  534.  
  535. % Macros for setting ordinary text
  536. \message{macros,}
  537.  
  538. \def\frenchspacing{\sfcode`\.\@m \sfcode`\?\@m \sfcode`\!\@m
  539.   \sfcode`\:\@m \sfcode`\;\@m \sfcode`\,\@m}
  540. \def\nonfrenchspacing{\sfcode`\.3000\sfcode`\?3000\sfcode`\!3000%
  541.   \sfcode`\:2000\sfcode`\;1500\sfcode`\,1250 }
  542.  
  543. \def\normalbaselines{\lineskip\normallineskip
  544.   \baselineskip\normalbaselineskip \lineskiplimit\normallineskiplimit}
  545.  
  546. \def\^^M{\ } % control <return> = control <space>
  547. \def\^^I{\ } % same for <tab>
  548.  
  549. \def\lq{`} \def\rq{'}
  550. \def\lbrack{[} \def\rbrack{]}
  551.  
  552. \let\endgraf=\par \let\endline=\cr
  553.  
  554. \def\space{ }
  555. \def\empty{}
  556. \def\null{\hbox{}}
  557.  
  558. \let\bgroup={ \let\egroup=}
  559.  
  560. % In \obeylines, we say `\let^^M=\par' instead of `\def^^M{\par}'
  561. % since this allows, for example, `\let\par=\cr \obeylines \halign{...'
  562. {\catcode`\^^M=\active % these lines must end with %
  563.   \gdef\obeylines{\catcode`\^^M\active \let^^M\par}%
  564.   \global\let^^M\par} % this is in case ^^M appears in a \write
  565. \def\obeyspaces{\catcode`\ \active}
  566. {\obeyspaces\global\let =\space}
  567.  
  568. \def\loop#1\repeat{\def\body{#1}\iterate}
  569. \def\iterate{\body \let\next\iterate \else\let\next\relax\fi \next}
  570. \let\repeat=\fi % this makes \loop...\if...\repeat skippable
  571.  
  572. \def\thinspace{\kern .16667em }
  573. \def\negthinspace{\kern-.16667em }
  574. \def\enspace{\kern.5em }
  575.  
  576. \def\enskip{\hskip.5em\relax}
  577. \def\quad{\hskip1em\relax}
  578. \def\qquad{\hskip2em\relax}
  579.  
  580. \def\smallskip{\vskip\smallskipamount}
  581. \def\medskip{\vskip\medskipamount}
  582. \def\bigskip{\vskip\bigskipamount}
  583.  
  584. \def\nointerlineskip{\prevdepth-1000\p@}
  585. \def\offinterlineskip{\baselineskip-1000\p@
  586.   \lineskip\z@ \lineskiplimit\maxdimen}
  587.  
  588. \def\vglue{\afterassignment\vgl@\skip@=}
  589. \def\vgl@{\par \dimen@\prevdepth \hrule height\z@
  590.   \nobreak\vskip\skip@ \prevdepth\dimen@}
  591. \def\hglue{\afterassignment\hgl@\skip@=}
  592. \def\hgl@{\leavevmode \count@\spacefactor \vrule width\z@
  593.   \nobreak\hskip\skip@ \spacefactor\count@}
  594.  
  595. \def~{\penalty\@M \ } % tie
  596. \def\slash{/\penalty\exhyphenpenalty} % a `/' that acts like a `-'
  597.  
  598. \def\break{\penalty-\@M}
  599. \def\nobreak{\penalty \@M}
  600. \def\allowbreak{\penalty \z@}
  601.  
  602. \def\filbreak{\par\vfil\penalty-200\vfilneg}
  603. \def\goodbreak{\par\penalty-500 }
  604. \def\eject{\par\break}
  605. \def\supereject{\par\penalty-\@MM}
  606.  
  607. \def\removelastskip{\ifdim\lastskip=\z@\else\vskip-\lastskip\fi}
  608. \def\smallbreak{\par\ifdim\lastskip<\smallskipamount
  609.   \removelastskip\penalty-50\smallskip\fi}
  610. \def\medbreak{\par\ifdim\lastskip<\medskipamount
  611.   \removelastskip\penalty-100\medskip\fi}
  612. \def\bigbreak{\par\ifdim\lastskip<\bigskipamount
  613.   \removelastskip\penalty-200\bigskip\fi}
  614.  
  615. % \line changed to \@@line because LaTeX redefines \line
  616. \def\@@line{\hbox to\hsize}
  617. \def\leftline#1{\@@line{#1\hss}}
  618. \def\rightline#1{\@@line{\hss#1}}
  619. \def\centerline#1{\@@line{\hss#1\hss}}
  620. % end of LaTeX \line -> \@@line change
  621.  
  622. \def\rlap#1{\hbox to\z@{#1\hss}}
  623. \def\llap#1{\hbox to\z@{\hss#1}}
  624.  
  625. \def\m@th{\mathsurround=\z@}
  626. \def\underbar#1{$\setbox\z@\hbox{#1}\dp\z@\z@
  627.   \m@th \underline{\box\z@}$}
  628.  
  629. \newbox\strutbox
  630. \setbox\strutbox=\hbox{\vrule height8.5pt depth3.5pt width\z@}
  631. \def\strut{\relax\ifmmode\copy\strutbox\else\unhcopy\strutbox\fi}
  632.  
  633. \def\hidewidth{\hskip\hideskip} % for alignment entries that can stick out
  634. \def\ialign{\everycr{}\tabskip\z@skip\halign} % initialized \halign
  635. \newcount\mscount
  636. \def\multispan#1{\omit \mscount#1\relax
  637.   \loop\ifnum\mscount>\@ne \sp@n\repeat}
  638. \def\sp@n{\span\omit\advance\mscount\m@ne}
  639.  
  640. % LaTeX has its own tabbing environment, so PLAIN's is disabled.
  641. %
  642. %\newif\ifus@ \newif\if@cr
  643. %\newbox\tabs \newbox\tabsyet \newbox\tabsdone
  644. %
  645. %\def\cleartabs{\global\setbox\tabsyet\null \setbox\tabs\null}
  646. %\def\settabs{\setbox\tabs\null \futurelet\next\sett@b}
  647. %\let\+=\relax % in case this file is being read in twice
  648. %\def\sett@b{\ifx\next\+\let\next\relax
  649. %    \def\next{\afterassignment\s@tt@b\let\next}%
  650. %  \else\let\next\s@tcols\fi\next}
  651. %\def\s@tt@b{\let\next\relax\us@false\m@ketabbox}
  652. %\def\tabalign{\us@true\m@ketabbox} % non-\outer version of \+
  653. %\outer\def\+{\tabalign}
  654. %\def\s@tcols#1\columns{\count@#1 \dimen@\hsize
  655. %  \loop\ifnum\count@>\z@ \@nother \repeat}
  656. %\def\@nother{\dimen@ii\dimen@ \divide\dimen@ii\count@
  657. %  \setbox\tabs\hbox{\hbox to\dimen@ii{}\unhbox\tabs}%
  658. %  \advance\dimen@-\dimen@ii \advance\count@\m@ne}
  659. %
  660. %\def\m@ketabbox{\begingroup
  661. %  \global\setbox\tabsyet\copy\tabs
  662. %  \global\setbox\tabsdone\null
  663. %  \def\cr{\@crtrue\crcr\egroup\egroup
  664. %    \ifus@\unvbox\z@\lastbox\fi\endgroup
  665. %    \setbox\tabs\hbox{\unhbox\tabsyet\unhbox\tabsdone}}%
  666. %  \setbox\z@\vbox\bgroup\@crfalse
  667. %    \ialign\bgroup&\t@bbox##\t@bb@x\crcr}
  668. %
  669. %\def\t@bbox{\setbox\z@\hbox\bgroup}
  670. %\def\t@bb@x{\if@cr\egroup % now \box\z@ holds the column
  671. %  \else\hss\egroup \global\setbox\tabsyet\hbox{\unhbox\tabsyet
  672. %      \global\setbox\@ne\lastbox}% now \box\@ne holds its size
  673. %    \ifvoid\@ne\global\setbox\@ne\hbox to\wd\z@{}%
  674. %    \else\setbox\z@\hbox to\wd\@ne{\unhbox\z@}\fi
  675. %    \global\setbox\tabsdone\hbox{\box\@ne\unhbox\tabsdone}\fi
  676. %  \box\z@}
  677.  
  678. \def\hang{\hangindent\parindent}
  679. \def\textindent#1{\indent\llap{#1\enspace}\ignorespaces}
  680. \def\item{\par\hang\textindent}
  681. %% RmS 91/11/04: Removed \itemitem since never needed/useful on LaTeX.
  682. %\def\itemitem{\par\indent \hangindent2\parindent \textindent}
  683. \def\narrower{\advance\leftskip\parindent
  684.   \advance\rightskip\parindent}
  685.  
  686. % LaTeX has its own sectioning macros
  687. %\outer\def\beginsection#1\par{\vskip\z@ plus.3\vsize\penalty-250
  688. %  \vskip\z@ plus-.3\vsize\bigskip\vskip\parskip
  689. %  \message{#1}\leftline{\bf#1}\nobreak\smallskip\noindent}
  690.  
  691. \outer\def\proclaim #1. #2\par{\medbreak
  692.   \noindent{\bf#1.\enspace}{\sl#2\par}%
  693.   \ifdim\lastskip<\medskipamount \removelastskip\penalty55\medskip\fi}
  694.  
  695. \def\raggedright{\rightskip\z@ plus2em \spaceskip.3333em \xspaceskip.5em\relax}
  696. \def\ttraggedright{\tt\rightskip\z@ plus2em\relax} % for use with \tt only
  697.  
  698. \chardef\%=`\%
  699. \chardef\&=`\&
  700. \chardef\#=`\#
  701. \chardef\$=`\$
  702. \chardef\ss="19
  703. \chardef\ae="1A
  704. \chardef\oe="1B
  705. \chardef\o="1C
  706. \chardef\AE="1D
  707. \chardef\OE="1E
  708. \chardef\O="1F
  709. \chardef\i="10 \chardef\j="11 % dotless letters
  710. \def\aa{\accent23a}
  711. \def\l{\char32l}
  712. \def\L{\leavevmode\setbox0\hbox{L}\hbox to\wd0{\hss\char32L}}
  713.  
  714. \def\leavevmode{\unhbox\voidb@x} % begins a paragraph, if necessary
  715. \def\_{\leavevmode \kern.06em \vbox{\hrule width.3em}}
  716. \def\AA{\leavevmode\setbox0\hbox{h}\dimen@\ht0\advance\dimen@-1ex%
  717.   \rlap{\raise.67\dimen@\hbox{\char'27}}A}
  718.  
  719. \def\mathhexbox#1#2#3{\leavevmode
  720.   \hbox{$\m@th \mathchar"#1#2#3$}}
  721. \def\dag{\mathhexbox279}
  722. \def\ddag{\mathhexbox27A}
  723. \def\S{\mathhexbox278}
  724. \def\P{\mathhexbox27B}
  725.  
  726. \def\oalign#1{\leavevmode\vtop{\baselineskip\z@skip \lineskip.25ex%
  727.   \ialign{##\crcr#1\crcr}}} % put characters over each other
  728. \def\ooalign{\lineskiplimit-\maxdimen \oalign}
  729.  
  730. % LaTeX change: \d, \b, \c redefined to work in a moving argument.
  731. \def\pd#1{\oalign{#1\crcr\hidewidth.\hidewidth}}
  732. \def\d{\protect\pd}
  733.  
  734. \def\pb#1{\oalign{#1\crcr\hidewidth
  735.     \vbox to.2ex{\hbox{\char22}\vss}\hidewidth}}
  736. \def\b{\protect\pb}
  737.  
  738. \def\pc#1{\setbox\z@\hbox{#1}\ifdim\ht\z@=1ex\accent24 #1%
  739.   \else{\ooalign{\unhbox\z@\crcr\hidewidth\char24\hidewidth}}\fi}
  740. \def\c{\protect\pc}
  741. % end of LaTeX change to \d, \b, \c
  742.  
  743. \def\copyright{{\ooalign{\hfil\raise.07ex\hbox{c}\hfil\crcr\mathhexbox20D}}}
  744.  
  745. % LaTeX change: \ldots is redefined to do essentially what Plain's \dots does,
  746. % so ...
  747. \def\dots{\ldots}
  748.  
  749. \def\TeX{T\kern-.1667em\lower.5ex\hbox{E}\kern-.125emX}
  750.  
  751. \def\`#1{{\accent18 #1}}
  752. \def\'#1{{\accent19 #1}}
  753. \def\v#1{{\accent20 #1}} \let\^^_=\v
  754. \def\u#1{{\accent21 #1}} \let\^^S=\u
  755. \def\=#1{{\accent22 #1}}
  756. \def\^#1{{\accent94 #1}} \let\^^D=\^
  757. \def\.#1{{\accent95 #1}}
  758. \def\H#1{{\accent"7D #1}}
  759. \def\~#1{{\accent"7E #1}}
  760. \def\"#1{{\accent"7F #1}}
  761.  
  762. % LaTeX change: Make \t work in a moving argument.
  763. \def\pt#1{{\edef\next{\the\font}\the\textfont1\accent"7F\next#1}}
  764. \def\t{\protect\pt}
  765.  
  766. % LaTeX change: \kern\z@ added to end of \hrulefill and \dotfill
  767. % to make them work in `tabular' and `array' environments.
  768. % (Change made 24 July 1987).
  769. \def\hrulefill{\leaders\hrule\hfill\kern\z@}
  770. \def\dotfill{\cleaders\hbox{$\m@th \mkern1.5mu.\mkern1.5mu$}\hfill\kern\z@}
  771.  
  772. \def\rightarrowfill{$\m@th\mathord-\mkern-6mu%
  773.   \cleaders\hbox{$\mkern-2mu\mathord-\mkern-2mu$}\hfill
  774.   \mkern-6mu\mathord\rightarrow$}
  775. \def\leftarrowfill{$\m@th\mathord\leftarrow\mkern-6mu%
  776.   \cleaders\hbox{$\mkern-2mu\mathord-\mkern-2mu$}\hfill
  777.   \mkern-6mu\mathord-$}
  778. \mathchardef\braceld="37A \mathchardef\bracerd="37B
  779. \mathchardef\bracelu="37C \mathchardef\braceru="37D
  780. \def\downbracefill{$\m@th\braceld\leaders\vrule\hfill\braceru
  781.   \bracelu\leaders\vrule\hfill\bracerd$}
  782. \def\upbracefill{$\m@th\bracelu\leaders\vrule\hfill\bracerd
  783.   \braceld\leaders\vrule\hfill\braceru$}
  784.  
  785. % LaTeX change: \bye is eliminated.
  786. %\outer\def\bye{\par\vfill\supereject\end}
  787.  
  788. % Macros for math setting
  789. \message{math definitions,}
  790.  
  791. \let\sp=^ \let\sb=_
  792. \def\,{\mskip\thinmuskip}
  793. \def\>{\mskip\medmuskip}
  794. \def\;{\mskip\thickmuskip}
  795. \def\!{\mskip-\thinmuskip}
  796. \def\*{\discretionary{\thinspace\the\textfont2\char2}{}{}}
  797. {\catcode`\'=\active \gdef'{^\bgroup\prim@s}}
  798. \def\prim@s{\prime\futurelet\next\pr@m@s}
  799. \def\pr@m@s{\ifx'\next\let\nxt\pr@@@s \else\ifx^\next\let\nxt\pr@@@t
  800.   \else\let\nxt\egroup\fi\fi \nxt}
  801. \def\pr@@@s#1{\prim@s} \def\pr@@@t#1#2{#2\egroup}
  802. {\catcode`\^^Z=\active \gdef^^Z{\not=}} % ^^Z is like \ne in math
  803.  
  804. {\catcode`\_=\active \global\let_=\_} % _ in math is either subscript or \_
  805.  
  806. \mathchardef\alpha="010B
  807. \mathchardef\beta="010C
  808. \mathchardef\gamma="010D
  809. \mathchardef\delta="010E
  810. \mathchardef\epsilon="010F
  811. \mathchardef\zeta="0110
  812. \mathchardef\eta="0111
  813. \mathchardef\theta="0112
  814. \mathchardef\iota="0113
  815. \mathchardef\kappa="0114
  816. \mathchardef\lambda="0115
  817. \mathchardef\mu="0116
  818. \mathchardef\nu="0117
  819. \mathchardef\xi="0118
  820. \mathchardef\pi="0119
  821. \mathchardef\rho="011A
  822. \mathchardef\sigma="011B
  823. \mathchardef\tau="011C
  824. \mathchardef\upsilon="011D
  825. \mathchardef\phi="011E
  826. \mathchardef\chi="011F
  827. \mathchardef\psi="0120
  828. \mathchardef\omega="0121
  829. \mathchardef\varepsilon="0122
  830. \mathchardef\vartheta="0123
  831. \mathchardef\varpi="0124
  832. \mathchardef\varrho="0125
  833. \mathchardef\varsigma="0126
  834. \mathchardef\varphi="0127
  835. \mathchardef\Gamma="7000
  836. \mathchardef\Delta="7001
  837. \mathchardef\Theta="7002
  838. \mathchardef\Lambda="7003
  839. \mathchardef\Xi="7004
  840. \mathchardef\Pi="7005
  841. \mathchardef\Sigma="7006
  842. \mathchardef\Upsilon="7007
  843. \mathchardef\Phi="7008
  844. \mathchardef\Psi="7009
  845. \mathchardef\Omega="700A
  846.  
  847. \mathchardef\aleph="0240
  848. \def\hbar{{\mathchar'26\mkern-9muh}}
  849. \mathchardef\imath="017B
  850. \mathchardef\jmath="017C
  851. \mathchardef\ell="0160
  852. \mathchardef\wp="017D
  853. \mathchardef\Re="023C
  854. \mathchardef\Im="023D
  855. \mathchardef\partial="0140
  856. \mathchardef\infty="0231
  857. \mathchardef\prime="0230
  858. \mathchardef\emptyset="023B
  859. \mathchardef\nabla="0272
  860. \def\surd{{\mathchar"1270}}
  861. \mathchardef\top="023E
  862. \mathchardef\bot="023F
  863. \def\angle{{\vbox{\ialign{$\m@th\scriptstyle##$\crcr
  864.       \not\mathrel{\mkern14mu}\crcr
  865.       \noalign{\nointerlineskip}
  866.       \mkern2.5mu\leaders\hrule height.34pt\hfill\mkern2.5mu\crcr}}}}
  867. \mathchardef\triangle="0234
  868. \mathchardef\forall="0238
  869. \mathchardef\exists="0239
  870. \mathchardef\neg="023A \let\lnot=\neg
  871. \mathchardef\flat="015B
  872. \mathchardef\natural="015C
  873. \mathchardef\sharp="015D
  874. \mathchardef\clubsuit="027C
  875. \mathchardef\diamondsuit="027D
  876. \mathchardef\heartsuit="027E
  877. \mathchardef\spadesuit="027F
  878.  
  879. \mathchardef\coprod="1360
  880. \mathchardef\bigvee="1357
  881. \mathchardef\bigwedge="1356
  882. \mathchardef\biguplus="1355
  883. \mathchardef\bigcap="1354
  884. \mathchardef\bigcup="1353
  885. \mathchardef\intop="1352 \def\int{\intop\nolimits}
  886. \mathchardef\prod="1351
  887. \mathchardef\sum="1350
  888. \mathchardef\bigotimes="134E
  889. \mathchardef\bigoplus="134C
  890. \mathchardef\bigodot="134A
  891. \mathchardef\ointop="1348 \def\oint{\ointop\nolimits}
  892. \mathchardef\bigsqcup="1346
  893. \mathchardef\smallint="1273
  894.  
  895. \mathchardef\triangleleft="212F
  896. \mathchardef\triangleright="212E
  897. \mathchardef\bigtriangleup="2234
  898. \mathchardef\bigtriangledown="2235
  899. \mathchardef\wedge="225E \let\land=\wedge
  900. \mathchardef\vee="225F \let\lor=\vee
  901. \mathchardef\cap="225C
  902. \mathchardef\cup="225B
  903. \mathchardef\ddagger="227A
  904. \mathchardef\dagger="2279
  905. \mathchardef\sqcap="2275
  906. \mathchardef\sqcup="2274
  907. \mathchardef\uplus="225D
  908. \mathchardef\amalg="2271
  909. \mathchardef\diamond="2205
  910. \mathchardef\bullet="220F
  911. \mathchardef\wr="226F
  912. \mathchardef\div="2204
  913. \mathchardef\odot="220C
  914. \mathchardef\oslash="220B
  915. \mathchardef\otimes="220A
  916. \mathchardef\ominus="2209
  917. \mathchardef\oplus="2208
  918. \mathchardef\mp="2207
  919. \mathchardef\pm="2206
  920. \mathchardef\circ="220E
  921. \mathchardef\bigcirc="220D
  922. \mathchardef\setminus="226E % for set difference A\setminus B
  923. \mathchardef\cdot="2201
  924. \mathchardef\ast="2203
  925. \mathchardef\times="2202
  926. \mathchardef\star="213F
  927.  
  928. \mathchardef\propto="322F
  929. \mathchardef\sqsubseteq="3276
  930. \mathchardef\sqsupseteq="3277
  931. \mathchardef\parallel="326B
  932. \mathchardef\mid="326A
  933. \mathchardef\dashv="3261
  934. \mathchardef\vdash="3260
  935. \mathchardef\nearrow="3225
  936. \mathchardef\searrow="3226
  937. \mathchardef\nwarrow="322D
  938. \mathchardef\swarrow="322E
  939. \mathchardef\Leftrightarrow="322C
  940. \mathchardef\Leftarrow="3228
  941. \mathchardef\Rightarrow="3229
  942. \def\neq{\not=} \let\ne=\neq
  943. \mathchardef\leq="3214 \let\le=\leq
  944. \mathchardef\geq="3215 \let\ge=\geq
  945. \mathchardef\succ="321F
  946. \mathchardef\prec="321E
  947. \mathchardef\approx="3219
  948. \mathchardef\succeq="3217
  949. \mathchardef\preceq="3216
  950. \mathchardef\supset="321B
  951. \mathchardef\subset="321A
  952. \mathchardef\supseteq="3213
  953. \mathchardef\subseteq="3212
  954. \mathchardef\in="3232
  955. \mathchardef\ni="3233 \let\owns=\ni
  956. \mathchardef\gg="321D
  957. \mathchardef\ll="321C
  958. \mathchardef\not="3236
  959. \mathchardef\leftrightarrow="3224
  960. \mathchardef\leftarrow="3220 \let\gets=\leftarrow
  961. \mathchardef\rightarrow="3221 \let\to=\rightarrow
  962. \mathchardef\mapstochar="3237 \def\mapsto{\mapstochar\rightarrow}
  963. \mathchardef\sim="3218
  964. \mathchardef\simeq="3227
  965. \mathchardef\perp="323F
  966. \mathchardef\equiv="3211
  967. \mathchardef\asymp="3210
  968. \mathchardef\smile="315E
  969. \mathchardef\frown="315F
  970. \mathchardef\leftharpoonup="3128
  971. \mathchardef\leftharpoondown="3129
  972. \mathchardef\rightharpoonup="312A
  973. \mathchardef\rightharpoondown="312B
  974.  
  975. \def\joinrel{\mathrel{\mkern-3mu}}
  976. \def\relbar{\mathrel{\smash-}} % \smash, because - has the same height as +
  977. \def\Relbar{\mathrel=}
  978. \mathchardef\lhook="312C \def\hookrightarrow{\lhook\joinrel\rightarrow}
  979. \mathchardef\rhook="312D \def\hookleftarrow{\leftarrow\joinrel\rhook}
  980. \def\bowtie{\mathrel\triangleright\joinrel\mathrel\triangleleft}
  981. \def\models{\mathrel|\joinrel=}
  982. \def\Longrightarrow{\Relbar\joinrel\Rightarrow}
  983.  
  984. % LaTeX Change: \longrightarrow and \longleftarrow redefined to make
  985. %   then robust.
  986. \def\longrightarrow{\protect\@lra}
  987.   \def\@lra{\relbar\joinrel\rightarrow}
  988. \def\longleftarrow{\protect\@lla}
  989.    \def\@lla{\leftarrow\joinrel\relbar}
  990. % End of LaTeX change to \longrightarrow and \longleftarrow
  991.  
  992. \def\Longleftarrow{\Leftarrow\joinrel\Relbar}
  993. \def\longmapsto{\mapstochar\longrightarrow}
  994. \def\longleftrightarrow{\leftarrow\joinrel\rightarrow}
  995. \def\Longleftrightarrow{\Leftarrow\joinrel\Rightarrow}
  996. \def\iff{\;\Longleftrightarrow\;}
  997.  
  998. \mathchardef\ldotp="613A % ldot as a punctuation mark
  999. \mathchardef\cdotp="6201 % cdot as a punctuation mark
  1000. \mathchardef\colon="603A % colon as a punctuation mark
  1001.  
  1002. % LaTeX change: make \ldots work outside math mode too.
  1003. \def\@ldots{\mathinner{\ldotp\ldotp\ldotp}}
  1004. \def\ldots{\protect\pldots}
  1005. \def\pldots{\relax\ifmmode\@ldots\else\mbox{$\m@th\@ldots\,$}\fi}
  1006. % End of LaTeX change to \ldots
  1007.  
  1008. \def\cdots{\mathinner{\cdotp\cdotp\cdotp}}
  1009. \def\vdots{\vbox{\baselineskip4\p@ \lineskiplimit\z@
  1010.     \kern6\p@\hbox{.}\hbox{.}\hbox{.}}}
  1011. \def\ddots{\mathinner{\mkern1mu\raise7\p@\vbox{\kern7\p@\hbox{.}}\mkern2mu
  1012.     \raise4\p@\hbox{.}\mkern2mu\raise\p@\hbox{.}\mkern1mu}}
  1013.  
  1014. \def\acute{\mathaccent"7013 }
  1015. \def\grave{\mathaccent"7012 }
  1016. \def\ddot{\mathaccent"707F }
  1017. \def\tilde{\mathaccent"707E }
  1018. \def\bar{\mathaccent"7016 }
  1019. \def\breve{\mathaccent"7015 }
  1020. \def\check{\mathaccent"7014 }
  1021. \def\hat{\mathaccent"705E }
  1022. \def\vec{\mathaccent"017E }
  1023. \def\dot{\mathaccent"705F }
  1024. \def\widetilde{\mathaccent"0365 }
  1025. \def\widehat{\mathaccent"0362 }
  1026. \def\overrightarrow#1{\vbox{\m@th\ialign{##\crcr
  1027.       \rightarrowfill\crcr\noalign{\kern-\p@\nointerlineskip}
  1028.       $\hfil\displaystyle{#1}\hfil$\crcr}}}
  1029. \def\overleftarrow#1{\vbox{\m@th\ialign{##\crcr
  1030.       \leftarrowfill\crcr\noalign{\kern-\p@\nointerlineskip}
  1031.       $\hfil\displaystyle{#1}\hfil$\crcr}}}
  1032. \def\overbrace#1{\mathop{\vbox{\m@th\ialign{##\crcr\noalign{\kern3\p@}
  1033.       \downbracefill\crcr\noalign{\kern3\p@\nointerlineskip}
  1034.       $\hfil\displaystyle{#1}\hfil$\crcr}}}\limits}
  1035. \def\underbrace#1{\mathop{\vtop{\m@th\ialign{##\crcr
  1036.       $\hfil\displaystyle{#1}\hfil$\crcr\noalign{\kern3\p@\nointerlineskip}
  1037.       \upbracefill\crcr\noalign{\kern3\p@}}}}\limits}
  1038. \def\skew#1#2#3{{#2{#3\mkern#1mu}\mkern-#1mu}{}}
  1039.  
  1040. \def\lmoustache{\delimiter"437A340 } % top from (, bottom from )
  1041. \def\rmoustache{\delimiter"537B341 } % top from ), bottom from (
  1042. \def\lgroup{\delimiter"462833A } % extensible ( with sharper tips
  1043. \def\rgroup{\delimiter"562933B } % extensible ) with sharper tips
  1044. \def\arrowvert{\delimiter"26A33C } % arrow without arrowheads
  1045. \def\Arrowvert{\delimiter"26B33D } % double arrow without arrowheads
  1046. \def\bracevert{\delimiter"77C33E } % the vertical bar that extends braces
  1047. \def\Vert{\delimiter"26B30D } \let\|=\Vert
  1048. \def\vert{\delimiter"26A30C }
  1049. \def\uparrow{\delimiter"3222378 }
  1050. \def\downarrow{\delimiter"3223379 }
  1051. \def\updownarrow{\delimiter"326C33F }
  1052. \def\Uparrow{\delimiter"322A37E }
  1053. \def\Downarrow{\delimiter"322B37F }
  1054. \def\Updownarrow{\delimiter"326D377 }
  1055. \def\backslash{\delimiter"26E30F } % for double coset G\backslash H
  1056. \def\rangle{\delimiter"526930B }
  1057. \def\langle{\delimiter"426830A }
  1058. \def\rbrace{\delimiter"5267309 } \let\}=\rbrace
  1059. \def\lbrace{\delimiter"4266308 } \let\{=\lbrace
  1060. \def\rceil{\delimiter"5265307 }
  1061. \def\lceil{\delimiter"4264306 }
  1062. \def\rfloor{\delimiter"5263305 }
  1063. \def\lfloor{\delimiter"4262304 }
  1064.  
  1065. \def\bigl{\mathopen\big}
  1066. \def\bigm{\mathrel\big}
  1067. \def\bigr{\mathclose\big}
  1068. \def\Bigl{\mathopen\Big}
  1069. \def\Bigm{\mathrel\Big}
  1070. \def\Bigr{\mathclose\Big}
  1071. \def\biggl{\mathopen\bigg}
  1072. \def\biggm{\mathrel\bigg}
  1073. \def\biggr{\mathclose\bigg}
  1074. \def\Biggl{\mathopen\Bigg}
  1075. \def\Biggm{\mathrel\Bigg}
  1076. \def\Biggr{\mathclose\Bigg}
  1077. \def\big#1{{\hbox{$\left#1\vbox to8.5\p@{}\right.\n@space$}}}
  1078. \def\Big#1{{\hbox{$\left#1\vbox to11.5\p@{}\right.\n@space$}}}
  1079. \def\bigg#1{{\hbox{$\left#1\vbox to14.5\p@{}\right.\n@space$}}}
  1080. \def\Bigg#1{{\hbox{$\left#1\vbox to17.5\p@{}\right.\n@space$}}}
  1081. \def\n@space{\nulldelimiterspace\z@ \m@th}
  1082.  
  1083. \def\choose{\atopwithdelims()}
  1084. \def\brack{\atopwithdelims[]}
  1085. \def\brace{\atopwithdelims\{\}}
  1086.  
  1087. \def\sqrt{\radical"270370 }
  1088.  
  1089. \def\mathpalette#1#2{\mathchoice{#1\displaystyle{#2}}%
  1090.   {#1\textstyle{#2}}{#1\scriptstyle{#2}}{#1\scriptscriptstyle{#2}}}
  1091. \newbox\rootbox
  1092. \def\root#1\of{\setbox\rootbox\hbox{$\m@th\scriptscriptstyle{#1}$}
  1093.   \mathpalette\r@@t}
  1094. \def\r@@t#1#2{\setbox\z@\hbox{$\m@th#1\sqrt{#2}$}
  1095.   \dimen@\ht\z@ \advance\dimen@-\dp\z@
  1096.   \mkern5mu\raise.6\dimen@\copy\rootbox \mkern-10mu \box\z@}
  1097. \newif\ifv@ \newif\ifh@
  1098. \def\vphantom{\v@true\h@false\ph@nt}
  1099. \def\hphantom{\v@false\h@true\ph@nt}
  1100. \def\phantom{\v@true\h@true\ph@nt}
  1101. \def\ph@nt{\ifmmode\def\next{\mathpalette\mathph@nt}%
  1102.   \else\let\next\makeph@nt\fi\next}
  1103. \def\makeph@nt#1{\setbox\z@\hbox{#1}\finph@nt}
  1104. \def\mathph@nt#1#2{\setbox\z@\hbox{$\m@th#1{#2}$}\finph@nt}
  1105. \def\finph@nt{\setbox\tw@\null
  1106.   \ifv@ \ht\tw@\ht\z@ \dp\tw@\dp\z@\fi
  1107.   \ifh@ \wd\tw@\wd\z@\fi \box\tw@}
  1108. \def\mathstrut{\vphantom(}
  1109. \def\smash{\relax % \relax, in case this comes first in \halign
  1110.   \ifmmode\def\next{\mathpalette\mathsm@sh}\else\let\next\makesm@sh
  1111.   \fi\next}
  1112. \def\makesm@sh#1{\setbox\z@\hbox{#1}\finsm@sh}
  1113. \def\mathsm@sh#1#2{\setbox\z@\hbox{$\m@th#1{#2}$}\finsm@sh}
  1114. \def\finsm@sh{\ht\z@\z@ \dp\z@\z@ \box\z@}
  1115.  
  1116. \def\cong{\mathrel{\mathpalette\@vereq\sim}} % congruence sign
  1117. \def\@vereq#1#2{\lower.5\p@\vbox{\baselineskip\z@skip\lineskip-.5\p@
  1118.     \ialign{$\m@th#1\hfil##\hfil$\crcr#2\crcr=\crcr}}}
  1119. \def\notin{\mathrel{\m@th\mathpalette\c@ncel\in}}
  1120. \def\c@ncel#1#2{\m@th\ooalign{$\hfil#1\mkern1mu/\hfil$\crcr$#1#2$}}
  1121. \def\rightleftharpoons{\mathrel{\mathpalette\rlh@{}}}
  1122. \def\rlh@#1{\vcenter{\m@th\hbox{\ooalign{\raise2pt
  1123.           \hbox{$#1\rightharpoonup$}\crcr
  1124.         $#1\leftharpoondown$}}}}
  1125. \def\buildrel#1\over#2{\mathrel{\mathop{\kern\z@#2}\limits^{#1}}}
  1126. \def\doteq{\buildrel\textstyle.\over=}
  1127.  
  1128. \def\log{\mathop{\rm log}\nolimits}
  1129. \def\lg{\mathop{\rm lg}\nolimits}
  1130. \def\ln{\mathop{\rm ln}\nolimits}
  1131. \def\lim{\mathop{\rm lim}}
  1132. \def\limsup{\mathop{\rm lim\,sup}}
  1133. \def\liminf{\mathop{\rm lim\,inf}}
  1134. \def\sin{\mathop{\rm sin}\nolimits}
  1135. \def\arcsin{\mathop{\rm arcsin}\nolimits}
  1136. \def\sinh{\mathop{\rm sinh}\nolimits}
  1137. \def\cos{\mathop{\rm cos}\nolimits}
  1138. \def\arccos{\mathop{\rm arccos}\nolimits}
  1139. \def\cosh{\mathop{\rm cosh}\nolimits}
  1140. \def\tan{\mathop{\rm tan}\nolimits}
  1141. \def\arctan{\mathop{\rm arctan}\nolimits}
  1142. \def\tanh{\mathop{\rm tanh}\nolimits}
  1143. \def\cot{\mathop{\rm cot}\nolimits}
  1144. \def\coth{\mathop{\rm coth}\nolimits}
  1145. \def\sec{\mathop{\rm sec}\nolimits}
  1146. \def\csc{\mathop{\rm csc}\nolimits}
  1147. \def\max{\mathop{\rm max}}
  1148. \def\min{\mathop{\rm min}}
  1149. \def\sup{\mathop{\rm sup}}
  1150. \def\inf{\mathop{\rm inf}}
  1151. \def\arg{\mathop{\rm arg}\nolimits}
  1152. \def\ker{\mathop{\rm ker}\nolimits}
  1153. \def\dim{\mathop{\rm dim}\nolimits}
  1154. \def\hom{\mathop{\rm hom}\nolimits}
  1155. \def\det{\mathop{\rm det}}
  1156. \def\exp{\mathop{\rm exp}\nolimits}
  1157. \def\Pr{\mathop{\rm Pr}}
  1158. \def\gcd{\mathop{\rm gcd}}
  1159. \def\deg{\mathop{\rm deg}\nolimits}
  1160.  
  1161. \def\bmod{\mskip-\medmuskip\mkern5mu
  1162.   \mathbin{\rm mod}\penalty900\mkern5mu\mskip-\medmuskip}
  1163. \def\pmod#1{\allowbreak\mkern18mu({\rm mod}\,\,#1)}
  1164.  
  1165. %% RmS 91/08/14 inserted extra braces around entry for NFSS
  1166. \def\cases#1{\left\{\,\vcenter{\normalbaselines\m@th
  1167.     \ialign{$##\hfil$&\quad{##}\hfil\crcr#1\crcr}}\right.}
  1168. \def\matrix#1{\null\,\vcenter{\normalbaselines\m@th
  1169.     \ialign{\hfil$##$\hfil&&\quad\hfil$##$\hfil\crcr
  1170.       \mathstrut\crcr\noalign{\kern-\baselineskip}
  1171.       #1\crcr\mathstrut\crcr\noalign{\kern-\baselineskip}}}\,}
  1172. \def\pmatrix#1{\left(\matrix{#1}\right)}
  1173. \newdimen\p@renwd
  1174.  
  1175. % LaTeX: following command is moved after the \tenex font is defined
  1176. %  by LFONTS
  1177. %\setbox0=\hbox{\tenex B} \p@renwd=\wd0 % width of the big left (
  1178.  
  1179. \def\bordermatrix#1{\begingroup \m@th
  1180.   \setbox\z@\vbox{\def\cr{\crcr\noalign{\kern2\p@\global\let\cr\endline}}%
  1181.     \ialign{$##$\hfil\kern2\p@\kern\p@renwd&\thinspace\hfil$##$\hfil
  1182.       &&\quad\hfil$##$\hfil\crcr
  1183.       \omit\strut\hfil\crcr\noalign{\kern-\baselineskip}%
  1184.       #1\crcr\omit\strut\cr}}%
  1185.   \setbox\tw@\vbox{\unvcopy\z@\global\setbox\@ne\lastbox}%
  1186.   \setbox\tw@\hbox{\unhbox\@ne\unskip\global\setbox\@ne\lastbox}%
  1187.   \setbox\tw@\hbox{$\kern\wd\@ne\kern-\p@renwd\left(\kern-\wd\@ne
  1188.     \global\setbox\@ne\vbox{\box\@ne\kern2\p@}%
  1189.     \vcenter{\kern-\ht\@ne\unvbox\z@\kern-\baselineskip}\,\right)$}%
  1190.   \null\;\vbox{\kern\ht\@ne\box\tw@}\endgroup}
  1191.  
  1192. \def\openup{\afterassignment\@penup\dimen@=}
  1193. \def\@penup{\advance\lineskip\dimen@
  1194.   \advance\baselineskip\dimen@
  1195.   \advance\lineskiplimit\dimen@}
  1196.  
  1197. % LaTeX change: \eqalign eliminated, since it is replaced by the
  1198. % eqnarray environment.
  1199. %
  1200. %\def\eqalign#1{\null\,\vcenter{\openup\jot\m@th
  1201. %  \ialign{\strut\hfil$\displaystyle{##}$&$\displaystyle{{}##}$\hfil
  1202. %      \crcr#1\crcr}}\,}
  1203.  
  1204. \newif\ifdt@p
  1205. \def\displ@y{\global\dt@ptrue\openup\jot\m@th
  1206.   \everycr{\noalign{\ifdt@p \global\dt@pfalse
  1207.       \vskip-\lineskiplimit \vskip\normallineskiplimit
  1208.       \else \penalty\interdisplaylinepenalty \fi}}}
  1209. \def\@lign{\tabskip\z@skip\everycr{}} % restore inside \displ@y
  1210. \def\displaylines#1{\displ@y
  1211.   \halign{\hbox to\displaywidth{$\@lign\hfil\displaystyle##\hfil$}\crcr
  1212.     #1\crcr}}
  1213.  
  1214. % LaTeX: The following \eqalign type macros are eliminated, since
  1215. % they are replaced by the eqnarray environment.
  1216. %
  1217. %\def\eqalignno#1{\displ@y \tabskip\centering
  1218. %  \halign to\displaywidth{\hfil$\@lign\displaystyle{##}$\tabskip\z@skip
  1219. %    &$\@lign\displaystyle{{}##}$\hfil\tabskip\centering
  1220. %    &\llap{$\@lign##$}\tabskip\z@skip\crcr
  1221. %    #1\crcr}}
  1222. %\def\leqalignno#1{\displ@y \tabskip\centering
  1223. %  \halign to\displaywidth{\hfil$\@lign\displaystyle{##}$\tabskip\z@skip
  1224. %    &$\@lign\displaystyle{{}##}$\hfil\tabskip\centering
  1225. %    &\kern-\displaywidth\rlap{$\@lign##$}\tabskip\displaywidth\crcr
  1226. %    #1\crcr}}
  1227.  
  1228. % Definitions related to output
  1229.  
  1230. % LaTeX uses its own output routine
  1231. %
  1232. %\message{output routines,}
  1233. %
  1234. %\countdef\pageno=0 \pageno=1 % first page is number 1
  1235. %\newtoks\headline \headline={\hfil} % headline is normally blank
  1236. %\newtoks\footline \footline={\hss\tenrm\folio\hss}
  1237. %  % footline is normally a centered page number in font \tenrm
  1238. %\newif\ifr@ggedbottom
  1239. %\def\raggedbottom{\topskip 10\p@ plus60\p@ \r@ggedbottomtrue}
  1240. %\def\normalbottom{\topskip 10\p@ \r@ggedbottomfalse} % undoes \raggedbottom
  1241. %\def\folio{\ifnum\pageno<\z@ \romannumeral-\pageno \else\number\pageno \fi}
  1242. %\def\nopagenumbers{\footline{\hfil}} % blank out the footline
  1243. %\def\advancepageno{\ifnum\pageno<\z@ \global\advance\pageno\m@ne
  1244. %  \else\global\advance\pageno\@ne \fi} % increase |pageno|
  1245.  
  1246. % LaTeX does use the same insert for footnotes as PLAIN
  1247. \newinsert\footins
  1248.  
  1249. %\def\footnote#1{\let\@sf\empty % parameter #2 (the text) is read later
  1250. %  \ifhmode\edef\@sf{\spacefactor\the\spacefactor}\/\fi
  1251. %  #1\@sf\vfootnote{#1}}
  1252. %\def\vfootnote#1{\insert\footins\bgroup
  1253. %  \interlinepenalty\interfootnotelinepenalty
  1254. %  \splittopskip\ht\strutbox % top baseline for broken footnotes
  1255. %  \splitmaxdepth\dp\strutbox \floatingpenalty\@MM
  1256. %  \leftskip\z@skip \rightskip\z@skip \spaceskip\z@skip \xspaceskip\z@skip
  1257. %  \textindent{#1}\footstrut\futurelet\next\fo@t}
  1258. %\def\fo@t{\ifcat\bgroup\noexpand\next \let\next\f@@t
  1259. %  \else\let\next\f@t\fi \next}
  1260. %\def\f@@t{\bgroup\aftergroup\@foot\let\next}
  1261. %\def\f@t#1{#1\@foot}
  1262. %\def\@foot{\strut\egroup}
  1263. %\def\footstrut{\vbox to\splittopskip{}}
  1264.  
  1265. % LaTeX leaves these initializations for the \footins insert.
  1266. %
  1267. \skip\footins=\bigskipamount % space added when footnote is present
  1268. \count\footins=1000 % footnote magnification factor (1 to 1)
  1269. \dimen\footins=8in % maximum footnotes per page
  1270.  
  1271. %\newinsert\topins
  1272. %\newif\ifp@ge \newif\if@mid
  1273. %\def\topinsert{\@midfalse\p@gefalse\@ins}
  1274. %\def\midinsert{\@midtrue\@ins}
  1275. %\def\pageinsert{\@midfalse\p@getrue\@ins}
  1276. %\skip\topins=\z@skip % no space added when a topinsert is present
  1277. %\count\topins=1000 % magnification factor (1 to 1)
  1278. %\dimen\topins=\maxdimen % no limit per page
  1279. %\def\@ins{\par\begingroup\setbox\z@\vbox\bgroup} % start a \vbox
  1280. %\def\endinsert{\egroup % finish the \vbox
  1281. %  \if@mid \dimen@\ht\z@ \advance\dimen@\dp\z@ \advance\dimen@12\p@
  1282. %    \advance\dimen@\pagetotal \advance\dimen@-\pageshrink
  1283. %    \ifdim\dimen@>\pagegoal\@midfalse\p@gefalse\fi\fi
  1284. %  \if@mid \bigskip\box\z@\bigbreak
  1285. %  \else\insert\topins{\penalty100 % floating insertion
  1286. %    \splittopskip\z@skip
  1287. %    \splitmaxdepth\maxdimen \floatingpenalty\z@
  1288. %    \ifp@ge \dimen@\dp\z@
  1289. %    \vbox to\vsize{\unvbox\z@\kern-\dimen@}% depth is zero
  1290. %    \else \box\z@\nobreak\bigskip\fi}\fi\endgroup}
  1291.  
  1292. %\output{\plainoutput}
  1293. %\def\plainoutput{\shipout\vbox{\makeheadline\pagebody\makefootline}%
  1294. %  \advancepageno
  1295. %  \ifnum\outputpenalty>-\@MM \else\dosupereject\fi}
  1296. %\def\pagebody{\vbox to\vsize{\boxmaxdepth\maxdepth \pagecontents}}
  1297. %\def\makeheadline{\vbox to\z@{\vskip-22.5\p@
  1298. %  \line{\vbox to8.5\p@{}\the\headline}\vss}\nointerlineskip}
  1299. %\def\makefootline{\baselineskip24\p@\line{\the\footline}}
  1300. %\def\dosupereject{\ifnum\insertpenalties>\z@ % something is being held over
  1301. %  \line{}\kern-\topskip\nobreak\vfill\supereject\fi}
  1302. %
  1303. %\def\pagecontents{\ifvoid\topins\else\unvbox\topins\fi
  1304. %  \dimen@=\dp\@cclv \unvbox\@cclv % open up \box255
  1305. %  \ifvoid\footins\else % footnote info is present
  1306. %    \vskip\skip\footins
  1307. %    \footnoterule
  1308. %    \unvbox\footins\fi
  1309. %  \ifr@ggedbottom \kern-\dimen@ \vfil \fi}
  1310.  
  1311. % LaTeX keeps PLAIN TeX's \footnoterule as the default
  1312. %
  1313. \def\footnoterule{\kern-3\p@
  1314.   \hrule width 2truein \kern 2.6\p@} % the \hrule is .4pt high
  1315.  
  1316. % Hyphenation, miscellaneous macros, and initial values for standard layout
  1317. \message{hyphenation}
  1318.  
  1319. \lefthyphenmin=2 \righthyphenmin=3 % disallow x- or -xx breaks
  1320. \input lhyphen
  1321.  
  1322. % \magnification doesn't work in LaTeX
  1323. %
  1324. %\def\magnification{\afterassignment\m@g\count@}
  1325. %\def\m@g{\mag\count@
  1326. %  \hsize6.5truein\vsize8.9truein\dimen\footins8truein}
  1327.  
  1328. %% FMi & RmS 91/08/26: added \errorcontextlines=\maxdimen,
  1329. %%  suggested by J. Schrod  
  1330.  
  1331. \def\tracingall{\tracingcommands\tw@\tracingstats\tw@
  1332.   \tracingpages\@ne\tracingoutput\@ne\tracinglostchars\@ne
  1333.   \tracingmacros\tw@\tracingparagraphs\@ne\tracingrestores\@ne
  1334.   \showboxbreadth\maxdimen\showboxdepth\maxdimen\errorstopmode
  1335.   \errorcontextlines\maxdimen\tracingonline\@ne}
  1336.  
  1337. \def\showhyphens#1{\setbox0\vbox{\parfillskip\z@skip\hsize\maxdimen\tenrm
  1338.   \pretolerance\m@ne\tolerance\m@ne\hbadness0\showboxdepth0\ #1}}
  1339.  
  1340. % input LaTeX fonts and commands
  1341.  
  1342. %% Initialize \reset@font for use with Old font selection
  1343.  
  1344. \let\reset@font\empty
  1345.  
  1346. \input lfonts
  1347. \input latex
  1348.  
  1349. % LaTeX change: moved from above.
  1350. \setbox0=\hbox{\tenex B} \p@renwd=\wd0 % width of the big left (
  1351.  
  1352. % RmS 91/06/21: clear \box0
  1353. \setbox0=\box\voidb@x
  1354.  
  1355. % LaTeX: default values
  1356. \normalbaselines
  1357. % LaTeX: select 10pt font size and \rm style
  1358. \xpt
  1359.  
  1360. \nonfrenchspacing % punctuation affects the spacing
  1361. \catcode`@=12 % at signs are no longer letters
  1362.  
  1363. % LaTeX: File called LPLAIN
  1364. % Identify the current format
  1365. \def\fmtname{lplain}\def\fmtversion{2.09-March 25, 1992}
  1366.  
  1367. \typeout{Input any local modifications here.}
  1368.  
  1369. \endinput
  1370.